Configure Approval TypesYou may wish to set more than one approval type within the Library. Typical additional approvers may be: Legal Compliance, Library Admin compliance or Health and Safety Compliance. The information required for this for each additional type of approver is:
There are two ways of adding additional approvers. The first is to use the Configuration Settings, Approval tab in the Triaster Server. This provides boxes in which to the information above can be placed. The second is to amend the Settings file. This should be performed carefully as any errors will disable the Triaster Server.
<ApprovalTypes> <ApproverType> <Caption>Content Approver</Caption> <Value>contentapprover</Value> <ApprovalStatusProperty>tr_approvalstatus</ApprovalStatusProperty> <ApprovalDateProperty>contentapprovaldate</ApprovalDateProperty> <ReworkReasonProperty>tr_approvalstatus_reason</ReworkReasonProperty> </ApproverType> </ApprovalTypes> <ApprovalTypes> <ApproverType> <Caption>Content Approver</Caption> <Value>contentapprover</Value> <ApprovalStatusProperty<tr_approvalstatus</ApprovalStatusProperty> <ApprovalDateProperty<contentapprovaldate</ApprovalDateProperty> <ReworkReasonProperty<tr_approvalstatus_reason</ReworkReasonProperty> </ApproverType> <ApproverType> <Caption>Compliance Approver</Caption> <Value>complianceapprover</Value> <ApprovalStatusProperty>tr_complianceapprovalstatus</ApprovalStatusProperty> <ApprovalDateProperty>complianceapprovaldate</ApprovalDateProperty> <ReworkReasonProperty>tr_complianceapprovalstatus_reason</ReworkReasonProperty> </ApproverType> </ApprovalTypes> |